In this archive:

TableProp.cc ver. 2.0
---------------------
Custom class to add, delete and edit properties of dBASE level 7 tables.

New in ver 2.0:

Fixed bug for numeric fields without decimals
Added fieldsByName array.
Added noDuplicates property.
Added RemoveDuplicates() method.
Added TrimNull() method.
Added fieldNumber property to the FieldDef class
Added support for referential integrity
Added RefIntegProps array
Added RefIntegProp class

PropEdit.wfm
------------
Visual interface for TableProp.cc

TableCopy.cc
------------
Custom class to transfer field properties and Referential Integrity rules from one dBASE level 7 table to another. It requires the custom class TableProp.cc to be available.

